html how to ensure that the header always on top

59

#header {
  position: fixed;
}

#content {
  margin-top: 100px;
}

Comments

Submit
0 Comments